type github.com/jackc/pgx/v5/pgtype.wrapFmtStringerEncodePlan
4 uses
github.com/jackc/pgx/v5/pgtype (current package)
pgtype.go#L1462: return &wrapFmtStringerEncodePlan{}, fmtStringerWrapper{s}, true
pgtype.go#L1763: type wrapFmtStringerEncodePlan struct {
pgtype.go#L1767: func (plan *wrapFmtStringerEncodePlan) SetNext(next EncodePlan) { plan.next = next }
pgtype.go#L1769: func (plan *wrapFmtStringerEncodePlan) Encode(value any, buf []byte) (newBuf []byte, err error) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)